home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Testing & Debugging / Virtual User tools / vuCollect 1.1 / UserStartup•vuExtras < prev    next >
Encoding:
Text File  |  1993-09-17  |  762 b   |  24 lines  |  [TEXT/MPS ]

  1. #----------------------------------------------------------------------------
  2. #    
  3. #    UserStartup•vuExtras:  appends vuCollect and other additional tools to the
  4. #                           VU menu item.
  5. #
  6. #    AUTHOR:        K. Landreth   MS 35-BD
  7. #
  8. #    HISTORY:    06/26/90    - Created.
  9. #
  10. #    COPYRIGHT
  11. #          Copyright Apple Computer, Inc. 1990
  12. #            All rights reserved.
  13. #    
  14. #-----------------------------------------------------------------------------
  15.  
  16.  
  17. if `Exists -d "{VUDir}"` != ""
  18.     AddMenu 'VU' '(-'            ''
  19.     AddMenu 'VU' 'vuCollect'    'echo "" ∑∑ "{VUOutputFile}"; vuCollect ∑∑ "{VUOutputFile}"'
  20.     AddMenu 'VU' 'relMouse'        'Run_vu "{VUDir}MPW Scripts:relMouse.vu"'
  21. else
  22.     confirm "To use 'UserStartup•vuExtras' you must place 'UserStartup•VU' in your MPW folder ∂
  23. before launching MPW." > "Dev:Null"
  24. end